20 Sept 2010, v0.1.0.3
-Now requires accurate location of PBP folder.  This is used when populating the 
"Select PIC" combo box.  The include file must exist in both the MPASM and PBP 
folders to be added.  This prevents the application from attempting to parse files
for microcontrollers that are not supported by PBP.
-When selecting PIC, tabs are updated to show or hide PORT, ADC, Comparator, and 
USART tabs depending on whether or not they exist for that device.
-In General tab, added DEFINE for oscillator speed.
-In General tab, added DEFINE for using bootloader.
-In General tab, added DEFINE for enabling PORTB pullups.
-In Port tab, straightened out reversing of TRIS and PORT bits.
-In Port tab, added handling so that PORT and TRIS will be output in a single line
each if possible.  Unused (i.e. non-existant) bits are set as zero.
-In ADC tab, added checkbox to set all potential ADC ports to digital.
-In ADC tab, added checkbox to configure internal ADC. At this point ONLY the 
standard PBP DEFINES are included.
-In Comparator tab, added checkbox to set all potential comparator ports to digital.


15 Sept 2010, v0.1.0.2
-Added special handling for 16F676 and 16F630 PORTs and TRISs.
-Added a directory list box for use in selecting MPASM folder.
-Re-loads PIC combo box after changing MPASM folder in Settings window.
-Responds better to inaccurate folder settings.
-Note: PBP folder setting remain although they are not currently used by the 
application.


14 Sept 2010, v0.1.0.1
Initial alpha release.  Current abilities are:
-Parses MPASM folder for *.inc files to populate the "Select PIC" combo box.
-Selecting a PIC causes the MPASM .inc file to be parsed in order to extract the
 appropriate PORT, TRIS, and GPIO registers and bits, which are then displayed.
-The Configure button populates the memo box with the register setting to be pasted
 into a PBP program.
